home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 5
/
MacMania 5.toast
/
/
Tools&Utilities
/
Plotfoil 3.2
/
naca-1.0
/
mkdirect
< prev
next >
Wrap
Text File
|
1995-09-13
|
257b
|
9 lines
#
# mkdirect -- puts the pwd into the directory include file
#
rm -f directory.h
echo " CHARACTER*(*) direct" >> directory.h
echo " PARAMETER (direct =" >> directory.h
echo " &'`pwd`/data/'" >> directory.h
echo " &)" >> directory.h